home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / starship.swf / scripts / DefineSprite_33 / frame_18 / DoAction.as
Text File  |  2010-03-13  |  186b  |  12 lines

  1. stop();
  2. _parent.actLives--;
  3. if(_parent.actLives == 0)
  4. {
  5.    _parent._parent.ready = false;
  6.    _root.master.gotoAndPlay("gameOver");
  7. }
  8. else
  9. {
  10.    _parent.gotoAndPlay("start");
  11. }
  12.